Problem Note 46525: The SASĀ® 9.2 ExportPackage.rexx program does not honor the JREHOME= property that is defined in the sassw.config file
In SAS 9.2, if the ExportPackage.rexx program cannot resolve the path of a valid Java version, a dialog box prompts you to enter the pathname. If ExportPackage.rexx is running in batch mode, it cannot resolve the path. As a result, the process fails with the following message:
Error: The application cannot be run on this platform: mvs.
To circumvent this problem, do the following:
- Edit the file SASHOME/SASIntelligencePlatformLogicalTypes/9.2/ExportPackage.ini in ASCII mode. To edit the file in ASCII mode, navigate to the directory using ISPF option 3.17 and enter the line command EA next to the file ExportPackage.ini.
-
Change the value in the environment variable from java to JREHOME. That is, change launchercmd=java to launchercmd=JREHOME.
In SAS® 9.3, JREHOME is, by default, the value for launchercmd=. Therefore, this problem does not occur in SAS 9.3.
Operating System and Release Information
SAS System | Base SAS | z/OS | 9.2 TS2M3 | 9.3 TS1M0 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | medium |
Date Modified: | 2012-06-26 14:14:32 |
Date Created: | 2012-05-09 10:49:16 |